Read/WriteUnicodeCharacter()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
StarBootics
Addict
Addict
Posts: 1006
Joined: Sun Jul 07, 2013 11:35 am
Location: Canada

Read/WriteUnicodeCharacter()

Post 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
The Stone Age did not end due to a shortage of stones !
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: Read/WriteUnicodeCharacter()

Post by Danilo »

-1

ReadAscii() would conflict with one of my projects.
Post Reply