Skip to content
Snippets Groups Projects
Commit 06d37749 authored by David Maus's avatar David Maus
Browse files

Add commented-out unicode normalization option

* ../import/import.properties: Add commented-out unicode normalization
  option.
parent d8d7639c
No related merge requests found
......@@ -31,3 +31,17 @@ marc.to_utf_8 = true
marc.permissive = true
marc.default_encoding = BESTGUESS
marc.include_errors = true
# Perform Unicode normalization.
#
# Allowed values are:
#
# C - Normalization Form C (NFC)
# D - Normalization Form D (NFD)
# KC - Normalization Form KC (NFKC)
# KD - Normalization Form KD (NFKD)
#
# For the differences of the normalization forms see the Unicode
# Standards Annex #15, located at <http://unicode.org/reports/tr15/>.
#
# marc.unicode_normalize = C
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment