Page 1 of 1

Read/WriteUnicodeCharacter()

Posted: Fri Mar 06, 2015 2:23 am
by StarBootics
Hello,

For some application I'm using Unicode type in order to have Unsigned "Word" sort a speak.
So whatver the name of this type is I will be happy to see these two commands :

Code: Select all

ReadUnicodeCharacter()
WriteUnicodeCharacter()
Renamed as :

Code: Select all

ReadUnicode()
WriteUnicode()
Same thing for :

Code: Select all

ReadAsciiCharacter()
WriteAsciiCharacter()
Renamed as :

Code: Select all

ReadAscii()
WriteAscii()
This will make them more consistent with Read/Write command for other type.

Best regards
StarBootics

Re: Read/WriteUnicodeCharacter()

Posted: Fri Mar 06, 2015 7:25 am
by Danilo
-1

ReadAscii() would conflict with one of my projects.