Rand Stats

Text::Homoglyph::ASCII

zef:slavenskoj
Revision history for Text::Homoglyph::ASCII

0.0.5
    - Fixed test expectation for trademark symbol (™) in clean-ascii-pure
    - Trademark symbol correctly converts to "TM" through homoglyph mapping
    - Test now expects 'TestTM' instead of 'Test_' for consistency

0.0.4
    - Replace samemark with NFKD (Unicode Normalization Form KD) for accent removal
    - NFKD provides more standard Unicode decomposition of accented characters
    - Updated documentation to clarify ligature handling vs accent removal
    - Ligatures (ß, æ, œ) are handled by homoglyph mapping, not NFKD
    - All existing tests pass with the new implementation

0.0.3
    - Documentation fix

0.0.2
    - Documentation fix

0.0.1
    - First working version