Created
February 23, 2009 01:43
-
-
Save k0001/68731 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
k@kallen ~/tmp/prl % perl uni.pm | |
STRING: H€lłØ Wø®Łð | |
STRING LENGTH: 11 | |
CHARACTERS: [H|€|l|ł|Ø| |W|ø|®|Ł|ð] | |
CHARACTERS LENGTH: 11 | |
CHARACTERS MATCH AGAINST /Łð$/: <H€lłØ Wø®><Łð><> | |
BYTES: [H|â||¬|l|Å||Ã|| |W|Ã|¸|Â|®|Å||Ã|°] | |
BYTES LENGHT: 19 | |
BYTES MATCH AGAINST /Łð$/: <H€lłØ Wø®><Łð><> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment