Advertisement
Guest User

Untitled

a guest
Feb 20th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. # Koha's Zebra character map file for finnish
  2. #
  3. encoding utf-8
  4. # Character sort order definition
  5. lowercase {0-9}{a-z}åäö
  6. uppercase {0-9}{A-Z}ÅÄÖ
  7.  
  8. # Breaking characters
  9. space {\001-\040}!"#$%&'\()*+,-./:;<=>?@\[\\]^_`\{|}~
  10.  
  11. # Characters to be considered equivalent for searching purposes.
  12. equivalent uü
  13.  
  14. # Supplemental mappings
  15. map (&aring;) å
  16. map (&auml;) ä
  17. map (&ouml;) ö
  18. map (&Aring;) Å
  19. map (&Auml;) Ä
  20. map (&Ouml;) Ö
  21.  
  22. map âàáÂÀ a
  23. map êèéëÊÈÉË e
  24. map îïíÎÏ i
  25. map ôóÔ o
  26. map ûùüÛÜÙ u
  27. map çÇ c
  28. map ñ n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement