Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -3,5 +3,4 @@ text: "你好"
|
|||
print ["text:" text]
|
||||
print ["length:" size text]
|
||||
print ["contains string '好'?:" contains? text "好"]
|
||||
print ["contains character '平'?:" contains? text `平`]
|
||||
print ["text as ascii:" as.ascii text]
|
||||
print ["contains character '平'?:" contains? text '平']
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
public program()
|
||||
public Program()
|
||||
{
|
||||
var 四十二 := "♥♦♣♠"; // UTF8 string
|
||||
var строка := "Привет"w; // UTF16 string
|
||||
|
||||
console.writeLine(строка);
|
||||
console.writeLine(四十二);
|
||||
Console.writeLine(строка);
|
||||
Console.writeLine(四十二);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
# `u{x}
|
||||
"I`u{0307}" # => İ
|
||||
Loading…
Add table
Add a link
Reference in a new issue