Closed (works as designed)
Project:
Transliteration
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2011 at 14:49 UTC
Updated:
15 May 2013 at 09:03 UTC
Jump to comment: Most recent file
Comments
Comment #1
ParisLiakos commentedComment #2
amateescu commentedChecked each character from the patch against http://people.w3.org/rishida/tools/conversion/ and it looks they are correct. Also re-rolled as a git patch.
Comment #3
amateescu commentedCommited #2 to 6.x-3.x and 7.x-3.x. Thanks!
http://drupalcode.org/project/transliteration.git/commit/4af0b58
http://drupalcode.org/project/transliteration.git/commit/179b5f2
Comment #5
Rosamunda commentedHow about ñ character? I can´t get n to replace the ñ...
Comment #6
mariogalan commentedThe ñ character is 0xF1 in unicode and that is included in the patch.
http://unicode-table.com/en/search/?q=%C3%B1
I guess your problem is not related to this.