Changes between Initial Version and Version 3 of Ticket #10117


Ignore:
Timestamp:
Oct 21, 2008, 7:15:11 AM (16 years ago)
Author:
blb@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10117

    • Property Port recode added
    • Property Milestone changed from to Port Bugs
    • Property Summary changed from recode 3.6_1 loops infinitely on UTF-8 input to BUG: recode-3.6_1 loops infinitely on UTF-8 input
  • Ticket #10117 – Description

    initial v3  
    22
    33Steps to reproduce:
    4 
     4{{{
    55$ recode utf8..latin1
    66Hello
     
    99Hello
    1010Hello
     11}}}
    1112(infinitely)
    1213
    1314Doesn't happen with, e.g., latin1 input. It doesn't matter whether the locale is UTF-8 or not.
    14 
     15{{{
    1516# gcc --version
    1617i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5250)
    17 
     18}}}
    1819(I'm a DarwinPorts newbie; is this the gcc that DarwinPorts uses? If not, how can I find out?)