resources/zh.rs
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 17 Jun 2015 06:22:00 +0100
branchjv
changeset 18487 8735bd9eee2f
parent 17929 8b88d7871e6f
permissions -rw-r--r--
Use inlined FNV1a hash for String ...and do not use __symbolHash(). Although currently the VM also uses FNV1a hash for Symbols, the __symbolHash() does not handle properly character with codepoint 0 (because '\0' is used as a string terminator). This causes problems with Unicode16/32Strigs whose version of FNV1a hash is using object size from header to determine string's end. Added Symbol>>hash that actually *uses* the __symbolHash() to make sure it's hash is the the same as used bu the VM. Symbols with zeroes are rare and there's no Unicode16/32Symbol. This commit fixes issue #65.

#encoding utf8

; $Header: /cvs/stx/stx/libbasic/resources/zh.rs,v 1.2 2008/11/28 16:44:28 cg Exp $
;
; Chinese simplified
; extracted from google by claus - can someone proofread, please.
; this file contains 8bit national characters;
; DONT EDIT this file with an old vi !

'monday'      '星期一'
'tuesday'     '星期二'
'wednesday'   '星期三 '
'thursday'    '星期四'
'friday'      '星期五'
'saturday'    '星期六 '
'sunday'      '星期天'

'mon'         '星期一'
'tue'         '星期二'
'wed'         '星期三 '
'thu'         '星期四'
'fri'         '星期五'
'sat'         '星期六 '
'sun'         '星期天'

'january'     '一月'
'february'    '二月'
'march'       '三月'
'april'       '四月'
'may'         '五月'
'june'        '六月'
'july'        '七月'
'august'      '八月'
'september'   '九月'
'october'     '十月'
'november'    '十一月'
'december'    '十二月'

'jan'         '一月'
'feb'         '二月'
'mar'         '三月'
'apr'         '四月 '
MAY_ABBREV    '五月'
'jun'         '六月'
'jul'         '七月'
'aug'         '八月'
'sep'         '九月'
'oct'         '十月'
'nov'         '十一月'
'dec'         '十二月'