I cannot find it in the encodings table of xojo.
any help ?
https://en.wikipedia.org/wiki/Code_page_437
I have a file with that encoding to import in a database …
thanks.
I cannot find it in the encodings table of xojo.
any help ?
https://en.wikipedia.org/wiki/Code_page_437
I have a file with that encoding to import in a database …
thanks.
Encodings.DOSLatinUS
Or
dim t as xojo.Core.TextEncoding = xojo.core.TextEncoding.FromIANAName(“IBM437”)
http://www.iana.org/assignments/character-sets/character-sets.xhtml and see CP437