Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c5504d10
Commit
c5504d10
authored
Dec 28, 2014
by
Eli Zaretskii
Browse files
src/w32proc.c (Fw32_get_codepage_charset): Doc fix. (Bug#19458)
parent
f646cd99
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/w32proc.c
src/w32proc.c
+6
-1
No files found.
src/ChangeLog
View file @
c5504d10
2014-12-28 Eli Zaretskii <eliz@gnu.org>
* w32proc.c (Fw32_get_codepage_charset): Doc fix. (Bug#19458)
2014-12-28 Paul Eggert <eggert@Penguin.CS.UCLA.EDU>
Port memory-full checking to GnuTLS 3.3
...
...
src/w32proc.c
View file @
c5504d10
...
...
@@ -3054,7 +3054,12 @@ If successful, the new CP is returned, otherwise nil. */)
DEFUN
(
"w32-get-codepage-charset"
,
Fw32_get_codepage_charset
,
Sw32_get_codepage_charset
,
1
,
1
,
0
,
doc
:
/* Return charset ID corresponding to codepage CP.
Returns nil if the codepage is not valid. */
)
Returns nil if the codepage is not valid or its charset ID could
not be determined.
Note that this function is only guaranteed to work with ANSI
codepages; most console codepages are not supported and will
yield nil. */
)
(
Lisp_Object
cp
)
{
CHARSETINFO
info
;
...
...
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