gavinljj / mp4v2

Automatically exported from code.google.com/p/mp4v2
Other
0 stars 0 forks source link

Invalid characters for Chinese code page #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set your code page to a Chinese code page
2. Compile windows solution
3. Should get a compile error.

Essentially, you'll get errors because 2 header files contain characters
that aren't valid for a Chinese code page. It looks like there were bits of
the comments copy/pasted from a Word document, so it used a long -- and
some other characters like that.

The files are
file.h
track.h

I've attached corrected versions of the two header files (both are from
r355).  

Original issue reported on code.google.com by kid...@gmail.com on 14 Jan 2010 at 12:42

Attachments:

GoogleCodeExporter commented 9 years ago
Seems to be fixed in 372, resolving

Original comment by kid...@gmail.com on 2 Apr 2010 at 12:43