-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCustomDictionary.xml
More file actions
31 lines (31 loc) · 875 Bytes
/
CustomDictionary.xml
File metadata and controls
31 lines (31 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<!-- http://msdn.microsoft.com/en-us/library/bb514188.aspx -->
<Dictionary>
<Words>
<Unrecognized>
<Word></Word>
</Unrecognized>
<Recognized>
<Word>Axantum</Word>
<Word>Svenska</Word>
<Word>bouncycastle</Word>
<Word>Ios</Word>
<Word>Osx</Word>
<Word>Pem</Word>
</Recognized>
<Deprecated>
<Term PreferredAlternate=""></Term>
</Deprecated>
<Compound>
<Term CompoundAlternate=""></Term>
</Compound>
<DiscreteExceptions>
<Term></Term>
</DiscreteExceptions>
</Words>
<Acronyms>
<CasingExceptions>
<Acronym>Ax</Acronym>
</CasingExceptions>
</Acronyms>
</Dictionary>