Bug 1312 : Auto-format kills Unicode characters.
Last modified: 2009-08-26 14:29




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
bakercp
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2009-08-26 03:01
Version 1.0.6
OS X 10.5.8
Macbook Pro

Minimal code:

char c='◈';

then Auto-Format in the PDE (command-T) gives you;

car c='?';
Additional Comment #1 From fry 2009-08-26 05:10
I was afraid of that... I noticed that the code was doing something dumb
(using bytes instead of unicode characters) a little while ago, I'll look
into a fix.
Additional Comment #2 From fry 2009-08-26 05:35
Now fixed for the next release after 1.0.6, thanks for the report.
Additional Comment #3 From bakercp 2009-08-26 14:29
Great, thanks!

(In reply to comment #2)
>
>
>
> Additional Comment #2 From
> fry
> 2009-08-26 05:35
>
> <!--
> addReplyLink(2); //-->[reply]
>
>
>
>
> Now fixed for the next release after 1.0.6, thanks for the report.
>
>