Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - qinying

#1
Quote
> (set 'str "中文字符串")

"中文字符串"

> (first str)

"中"

> (last str) ;Should be "串"

"?

> (rest str)

"文字符串"

---------

> (set 'name "覃文运")

"覃文运"

> (first name) ;Should be "覃"

"覃文"

> (rest name) ;Should be "文运"

"运"

> (last name)

"运"
#2
Anything else we might add? / about (directory)
July 16, 2017, 06:11:07 AM
The Chinese file name cannot be displayed correctly.on my win7-64-bit computer.

it's a bug?