3.17 Character Encoding
The character encoding that can write a CRS program depends on the operating system and the Biz / Browser that is running.
| Biz / Browser version | Corresponding character encoding |
|---|---|
| Biz / Browser 4.0 or earlier | Shift-JIS |
| Biz / Browser XE ( 4.1-4.3 ) | Native character encoding in the execution OS language. Example ) Japanese OS = Shift-JIS , Simplified Chinese OS = GB2312 |
| Biz / Browser V (5.0) | 1. Native character encoding in the execution OS language. 2. UTF-8 with BOM , UTF-16LE * Since it is internally converted to native character encoding, Unicode characters that cannot be converted to native characters are interpreted as “?” Characters. |
| Biz / Browser Mobile 4.0 or earlier | Shift-JIS |
| Biz /Browser Mobile 4.5 | 1. Native character encoding in the execution OS language. 2. UTF-8 with BOM , UTF-16LE * Since it is internally converted to native character encoding, Unicode characters that cannot be converted to native characters are interpreted as “?” Characters. |
| Biz / Browser AI | 1. Shift-JIS if the language set in the “Language” option is Japanese, ISO-8859-1 for other languages. 2. UTF-8 with BOM , UTF-16LE |