Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c388ad35
Commit
c388ad35
authored
Feb 18, 2020
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wine.inf: Add registry keys for normalization forms.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b507fe49
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
locale.c
dlls/ntdll/locale.c
+2
-0
wine.inf.in
loader/wine.inf.in
+6
-0
No files found.
dlls/ntdll/locale.c
View file @
c388ad35
...
...
@@ -407,6 +407,7 @@ static NTSTATUS open_nls_data_file( ULONG type, ULONG id, HANDLE *file )
static
const
WCHAR
normnfdW
[]
=
{
'n'
,
'o'
,
'r'
,
'm'
,
'n'
,
'f'
,
'd'
,
'.'
,
'n'
,
'l'
,
's'
,
0
};
static
const
WCHAR
normnfkcW
[]
=
{
'n'
,
'o'
,
'r'
,
'm'
,
'n'
,
'f'
,
'k'
,
'c'
,
'.'
,
'n'
,
'l'
,
's'
,
0
};
static
const
WCHAR
normnfkdW
[]
=
{
'n'
,
'o'
,
'r'
,
'm'
,
'n'
,
'f'
,
'k'
,
'd'
,
'.'
,
'n'
,
'l'
,
's'
,
0
};
static
const
WCHAR
normidnaW
[]
=
{
'n'
,
'o'
,
'r'
,
'm'
,
'i'
,
'd'
,
'n'
,
'a'
,
'.'
,
'n'
,
'l'
,
's'
,
0
};
DWORD
size
;
HANDLE
handle
;
...
...
@@ -471,6 +472,7 @@ static NTSTATUS open_nls_data_file( ULONG type, ULONG id, HANDLE *file )
case
NormalizationD
:
name
=
normnfdW
;
break
;
case
NormalizationKC
:
name
=
normnfkcW
;
break
;
case
NormalizationKD
:
name
=
normnfkdW
;
break
;
case
13
:
name
=
normidnaW
;
break
;
}
break
;
}
...
...
loader/wine.inf.in
View file @
c388ad35
...
...
@@ -1153,6 +1153,12 @@ HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00021004",,"a"
HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00021404",,"9"
HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00030404",,"9"
HKLM,System\CurrentControlSet\Control\Nls\Normalization,"1",,"normnfc.nls"
HKLM,System\CurrentControlSet\Control\Nls\Normalization,"2",,"normnfd.nls"
HKLM,System\CurrentControlSet\Control\Nls\Normalization,"5",,"normnfkc.nls"
HKLM,System\CurrentControlSet\Control\Nls\Normalization,"6",,"normnfkd.nls"
HKLM,System\CurrentControlSet\Control\Nls\Normalization,"d",,"normidna.nls"
[OLE]
HKLM,"Software\Microsoft\OLE","EnableDCOM",,"Y"
HKLM,"Software\Microsoft\OLE","EnableRemoteConnect",,"N"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment