feat: accent and dieresi characters properly detected
This commit is contained in:
parent
6b289eecfd
commit
ea6745e30d
5 changed files with 14 additions and 2 deletions
|
@ -22,6 +22,7 @@ namespace Domain {
|
|||
_readers.Add(new AObertaReader(_history));
|
||||
_readers.Add(new EObertaReader(_history));
|
||||
_readers.Add(new OObertaReader(_history));
|
||||
_readers.Add(new IDieresiReader(_history));
|
||||
}
|
||||
|
||||
public void UpdateInput() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue