improve utf-8

This commit is contained in:
Vitor Santos Costa
2012-12-07 08:10:21 +00:00
parent 556937195d
commit b98b09e7de
2 changed files with 12 additions and 27 deletions

View File

@@ -34,7 +34,7 @@ ex(create) :-
LAST_NAME CHAR(20),
AGE INT,
SEX CHAR(1),
INCOME FLOAT )',
INCOME FLOAT ) DEFAULT charset=utf8',
:= $cursor:execute($sql),
close.
@@ -102,5 +102,5 @@ except:-
customer('João', 'Matos', 40, 'M', 2000).
customer('Maria', 'Söderling', 20, 'F', 3000).
%customer('毛', '泽东', 44, 'M', 500).
%customer('রবীন্দ্রনাথ', 'ঠাকুর', 30, 'M', 8000).
customer('毛', '泽东', 44, 'M', 500).
customer('রবীন্দ্রনাথ', 'ঠাকুর', 30, 'M', 8000).