Thanks!
I also wanted to add that I read this -
It does depend on the codepage and 'bitsize' of the labels.
>
>6 bit labels were the default - and used originally for high data compression.
>With 6-bits, all letters were converted to uppercase ( 2**6 doesn't
>have 'room' for both upper and lower )
>So the uppercase thing is partly historical. Most units now handle
>higher bits sizes, to allow for internationalisation, but as Brian said
>- this can cause problems with searching.
So I am looking to find out how to change coding from 6 bit to 8. Thanks in advance!
I also wanted to add that I read this -
It does depend on the codepage and 'bitsize' of the labels.
>
>6 bit labels were the default - and used originally for high data compression.
>With 6-bits, all letters were converted to uppercase ( 2**6 doesn't
>have 'room' for both upper and lower )
>So the uppercase thing is partly historical. Most units now handle
>higher bits sizes, to allow for internationalisation, but as Brian said
>- this can cause problems with searching.
So I am looking to find out how to change coding from 6 bit to 8. Thanks in advance!