Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
e1c3843f
Commit
e1c3843f
authored
Mar 10, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: patch iconv for WinRT
parent
0be748f9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
contrib/src/iconv/libiconv-winrt.patch
contrib/src/iconv/libiconv-winrt.patch
+11
-0
contrib/src/iconv/rules.mak
contrib/src/iconv/rules.mak
+3
-0
No files found.
contrib/src/iconv/libiconv-winrt.patch
0 → 100644
View file @
e1c3843f
--- iconv/libcharset/lib/localcharset.c 2014-03-10 20:39:14.105914067 +0100
+++ iconv/libcharset/lib/localcharset.c.new 2014-03-10 20:38:25.601822680 +0100
@@ -465,7 +465,7 @@
GetConsoleOutputCP() encoding if it is using a TrueType font.
But in GUI programs and for output sent to files and pipes, GetACP()
encoding is the best bet. */
- sprintf (buf, "CP%u", GetACP ());
+ sprintf (buf, "CP%u", 65001);
codeset = buf;
#elif defined OS2
contrib/src/iconv/rules.mak
View file @
e1c3843f
...
...
@@ -30,6 +30,9 @@ ifdef HAVE_ANDROID
endif
ifdef
HAVE_IOS
$(APPLY)
$(SRC)
/iconv/libiconv-android-ios.patch
endif
ifdef
HAVE_WINRT
$(APPLY)
$(SRC)
/iconv/libiconv-winrt.patch
endif
$(UPDATE_AUTOCONFIG)
&&
cd
$(UNPACK_DIR)
&&
mv
config.guess config.sub build-aux
$(UPDATE_AUTOCONFIG)
&&
cd
$(UNPACK_DIR)
&&
mv
config.guess config.sub libcharset/build-aux
...
...
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