Kaydet (Commit) 18927056 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

fix encoding: GB2312 -> utf8

Change-Id: I1fc0d86a73615aa80fc9bb17167d6bc5b85088d1
üst 637bb5ad
......@@ -106,11 +106,11 @@ public:
or if you set the format to 'a', then the output would be:
a item1
b item2
some sepecial, if you set the format to a sequence,ie. "Ò»,¶þ,Èý,..."
some sepecial, if you set the format to a sequence,ie. "一,二,三,..."
the output would be:
Ò» item1
¶þ item2
Èý item3
一 item1
二 item2
三 item3
Of cource, for unordered-list, you can also set the format to
be a bullet char,ie:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment