Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problem using some Japanese characters on Windows
- X-seq: zsh-workers 24530
- From: "Rajesh Jangam" <rajeshjangam@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Problem using some Japanese characters on Windows
- Date: Mon, 4 Feb 2008 19:30:59 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=HZiDidGN4B+La/xA7i7wzv2MEBGc3X2dyGFlSP9Fwfc=; b=V/cbQF/AvzIovA/FGyroznjxOOB3B6YBksEw40XRmXh+6zCS7WyEQJ1oUVLeWVX6yEKbTDvt0/6uCqUFvO07gXEgsvkibQ9PC0PrQ5xUj1QzmAJIDtvye8baZ/ldYaURkVhHR50GFMm9c5zvTFYFVn8Ez5QmdobulZt5UR0fRyI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=FADvDtm8kwear/9Uu31Xev1RUziWczMJzISRLWbkKNca1YKv3FXIBsEEQsYwWXQ4HkiC/pNhtMWywncC/rTC36XSORA059QzJJHlG+0WaroR4uOg43IE9PhGAWqqE/piTLOZkbmP9He2L8lRPHF0ZyzB7SSsb2C2kKGKDsA024Y=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi All,
I am a zsh user and using zsh-4.3.4 on a Japanese windows box.
I compiled it with multi-byte support enabled.
However, for some Japanese strings, it gives a "bad pattern" error.
Attached is a screen shot with an example.
After debugging a bit, I found that we have used some characters in the extended ascii range
for marking special characters like: Star(*), Quest(?) etc.
However these seem to clash with the CP932 character set which is the default on Windows
CP932 defines characters in the extended Ascii character range and beyond. (> 0x81)
Please see:
http://www.microsoft.com/globaldev/reference/dbcs/932.mspx
Please do let me know if this is a valid bug and if so, how can we get around it?
Thanks,
Rajesh
Attachment:
zsh-bug.JPG
Description: JPEG image
Messages sorted by:
Reverse Date,
Date,
Thread,
Author