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
8
Assets/Scripts/Domain/Input/IDieresiReader.cs
Normal file
8
Assets/Scripts/Domain/Input/IDieresiReader.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace Domain.Input {
|
||||
public class IDieresiReader : SequentialInputReader {
|
||||
public IDieresiReader(KeyHistory history) : base(history, new List<int>{ 0xDE, 0x49 }, 0x10, true) { }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue