Project

General

Profile

« Previous | Next » 

Revision 8e53bbac

Added by Andreas Müller over 2 years ago

ref #9888 add book section handling to RIS import

View differences:

cdmlib-commons/src/main/java/eu/etaxonomy/cdm/common/UTF8.java
29 29
	NO_BREAK_SPACE("\u00A0"),
30 30
	POLISH_L("\u0142"),
31 31
	SMALL_A_ACUTE("\u00E1"),
32
	SMALL_E_ACUTE("\u00E9"),
33
	SMALL_I_ACUTE("\u00ED"),
32 34
    SMALL_O_ACUTE("\u00F3"),
33
    SMALL_E_ACUTE("\u00E9"),
34 35
    REGEX_NOT("U+005E"),   //Circumflex Accent, used in regular expression for negation (e.g not a: [^a]
35 36
    QUOT_SINGLE_LEFT_HIGH("\u2018"), // Left hight single quotation mark
36 37
    QUOT_SINGLE_RIGHT("\u2019"), // Right single quotation mark

Also available in: Unified diff