No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
::2. Unicode version : '''SQL Financial Accounting version 737''' and above. | ::2. Unicode version : '''SQL Financial Accounting version 737''' and above. | ||
::3. Before upgrade '''Backup''' database file | ::3. Before upgrade '''Backup''' database file | ||
==See also== | |||
* [[Firebird 3.0.1 Installation]] | |||
* [[Unicode Database Upgrade (SQL Financial Accounting 5)]] |
Revision as of 01:15, 15 November 2016
Introduction
- Unicode can be implemented by different character encodings. It provides a unique number for every character, no matter what the platform, no matter what the program, no matter what the language. Each code point is a number with many digits which can be encoded in one or several code units. Code units are 8, 16, or 32 bits. This allows Unicode to represent characters in binary.
- Database not support the non-Unicode character usually you have to change the Windows system locale in order to display the character correctly (eg. Chinese Simplified character).
- Now in SQL Financial Accounting - Unicode version, it helps the database to store the non-unicode characters and able to display the characters correctly without change system locale (at Regional setting).
- Requirements:
- 1. Firebird 3.0.1 and above
- 2. Unicode version : SQL Financial Accounting version 737 and above.
- 3. Before upgrade Backup database file
- 1. Firebird 3.0.1 and above