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
bd72d72c
Commit
bd72d72c
authored
Sep 14, 2015
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
Sep 14, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: iconv can use GetACP() that is simulated on WinRT builds
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
ce4010f2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
contrib/src/iconv/libiconv-winrt.patch
contrib/src/iconv/libiconv-winrt.patch
+0
-11
contrib/src/iconv/rules.mak
contrib/src/iconv/rules.mak
+0
-3
No files found.
contrib/src/iconv/libiconv-winrt.patch
deleted
100644 → 0
View file @
ce4010f2
--- 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 @
bd72d72c
...
...
@@ -26,9 +26,6 @@ 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