in reply to Re^3: Print unicode strings to pdf
in thread Print unicode strings to pdf
Could you enlighten me on a string like this '\x{005a}'? Is it called a unicode string? And is that what we should store in the database (MySQL)?insert_test (plaintext source file) INSERT INTO test VALUES(NULL, "\\x{20ab}"); INSERT INTO test VALUES(NULL, "\\x{005a}\\x{0024}"); INSERT INTO test VALUES(NULL, "\\x{0042}\\x{0073}"); mysql> source C:/Program Files/MySQL/MySQL Server 5.0/sql/insert_test
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Print unicode strings to pdf
by thanos1983 (Parson) on Mar 26, 2018 at 15:02 UTC | |
by Anonymous Monk on Mar 26, 2018 at 16:51 UTC |