Search:
Login
Help/Guide
About Trac
Register
Forgot your password?
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
5453:953430663eff
for
charset.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2008-07-11 02:33:13 (
5 months
ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:
Allow UTF-8 charset to be misspelled as "utf8"
Files:
1 modified
charset.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
charset.c
r4976
r5453
246
246
char scratch[LONG_STRING];
247
247
248
if (!ascii_strcasecmp (name, "utf-8")
)
248
if (!ascii_strcasecmp (name, "utf-8")
|| !ascii_strcasecmp (name, "utf8"))
249
249
{
250
250
strfcpy (dest, "utf-8", dlen);
Download in other formats:
Unified Diff
Zip Archive