• R/O
  • HTTP
  • SSH
  • HTTPS

sdl2referencejp: Commit

SDL2.0の日本語リファレンスマニュアル


Commit MetaInfo

Revisionbc2068cf273e3634b912ff655b8f2f18176ed83f (tree)
Time2021-10-18 02:42:45
Authormaruhiro <maruhiro@brid...>
Commitermaruhiro

Log Message

SDL_iconv_string 新規追加 https://wiki.libsdl.org/SDL_iconv_string

Change Summary

Incremental Difference

--- a/CategoryAPI.html
+++ b/CategoryAPI.html
@@ -849,6 +849,7 @@
849849 <li><a href="SDL_assert.html">SDL_assert</a></li>
850850 <li><a href="SDL_assert_paranoid.html">SDL_assert_paranoid</a></li>
851851 <li><a href="SDL_assert_release.html">SDL_assert_release</a></li>
852+<li><a href="SDL_iconv_string.html">SDL_iconv_string</a></li>
852853 <li><a href="SDL_iPhoneSetAnimationCallback.html">SDL_iPhoneSetAnimationCallback</a></li>
853854 <li><a href="SDL_iPhoneSetEventPump.html">SDL_iPhoneSetEventPump</a></li>
854855 </ol>
--- a/CategoryStandard.html
+++ b/CategoryStandard.html
@@ -26,6 +26,7 @@ SDL
2626 <li><a href="SDL_GetMemoryFunctions.html">SDL_GetMemoryFunctions</a></li>
2727 <li><a href="SDL_GetNumAllocations.html">SDL_GetNumAllocations</a></li>
2828 <li><a href="SDL_SetMemoryFunctions.html">SDL_SetMemoryFunctions</a></li>
29+<li><a href="SDL_iconv_string.html">SDL_iconv_string</a></li>
2930 </ol>
3031 <h2>SDL Wikiへのリンク</h2>
3132 <a href="https://wiki.libsdl.org/CategoryStandard">Standard library functionality - SDL Wiki</a>
--- /dev/null
+++ b/SDL_iconv_string.html
@@ -0,0 +1,24 @@
1+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2+<html lang="ja-JP">
3+<head>
4+<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
5+<meta http-equiv="Content-Style-Type" content="text/css">
6+<meta name="keywords" content="Simple Directmedia Layer SDL2.0">
7+<link rel="top" href="index.html" title="ホーム">
8+<link rel="parent" href="CategoryStandard.html" title="1つ上">
9+<title>SDL_iconv_string</title>
10+</head>
11+<body>
12+<a href="index.html">目次</a> - <a href="ApiByCategory.html">API(機能別)</a> - <a href="CategoryStandard.html">標準ライブラリ</a> - SDL_iconv_string
13+<hr>
14+<h1>SDL_iconv_string</h1>
15+文字列のコード間変換を行う
16+<h2>構文</h2>
17+<code>char* SDL_iconv_string(const char* tocode, const char* fromcode, const char* inbuf, size_t inbytesleft)</code>
18+<h2>戻り値</h2>
19+文字列を戻す. SDL_free()で解放する必要がある. 失敗のときNULLを戻す.
20+<h2>SDL Wikiへのリンク</h2>
21+<a href="https://wiki.libsdl.org/SDL_iconv_string">SDL_iconv_string - SDL Wiki</a>
22+<hr>
23+</body>
24+</html>
Show on old repository browser