Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3637

Default encoding not UTF-8?

$
0
0

According to Xojo docs “Strings have a UTF-8 Encoding by default”

But when I create a string in Xojo 2023R4 (Windows), the default encoding is US-ASCII. Example:

Dim s as string
dim enc as textencoding = s.encoding

How do I make the default encoding UTF-8, so that I don’t have to DefineEncoding for every string?

(Yes, “Read the Xojo documentation” - but where?)

5 posts - 5 participants

Read full topic


Viewing all articles
Browse latest Browse all 3637

Trending Articles