76 lines
5.1 KiB
HTML
76 lines
5.1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>CLiki: character encoding</title>
|
||
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
||
|
href="https://www.cliki.net/site/feed/article.atom?title=character%20encoding">
|
||
|
<link rel="stylesheet" href="static/css/style.css">
|
||
|
<link rel="stylesheet" href="static/css/colorize.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<span class="hidden">CLiki - character encoding</span>
|
||
|
<div id="content"><div id="content-area"><div id="article-title">character encoding</div><div id="article">Projects having to do with the <a href="CloserLookAtCharacters.html" class="internal">character</a> encoding/decoding of <a href="text.html" class="internal">text</a>. In <a href="Common Lisp.html" class="category">Common Lisp</a>, characters may be elements in <a href="stream.html" class="internal">streams</a> or <a href="string.html" class="internal">strings</a>, and their codes are often represented in <a href="Unicode and Lisp.html" class="internal">Unicode</a>.<p><ul>
|
||
|
<li>
|
||
|
<a href="Babel.html" class="internal">Babel</a> -
|
||
|
<a href="http://common-lisp.net/project/babel/">Babel</a> is a <a href="character encoding.html" class="category">character encoding</a>/decoding library, not unlike <a href="GNU.html" class="internal">GNU</a> libiconv, but completely written in <a href="Common Lisp.html" class="internal">Common Lisp</a>
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="Cliconv.html" class="internal">Cliconv</a> -
|
||
|
Cliconv is a simple <a href="FFI.html" class="category">FFI</a> interface to the <a href="https://www.gnu.org/software/libiconv/">iconv library</a> that lets Common Lisp programs translate byte sequences from/to different <a href="character encoding.html" class="category">character encoding</a>s
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="creole.html" class="internal">creole</a> -
|
||
|
<a href="http://sourceforge.jp/projects/creole/">creole</a> is a library for converting a string between multibyte and unicode <a href="character encoding.html" class="category">character encoding</a>s
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="flexi-streams.html" class="internal">flexi-streams</a> -
|
||
|
<a href="https://edicl.github.io/flexi-streams/">FLEXI-STREAMS</a> is a library which implements "virtual" bivalent <a href="stream.html" class="category">stream</a>s that can be layered atop real binary/bivalent streams
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="guess.html" class="internal">guess</a> -
|
||
|
guess Japanese encoding (<a href="http://practical-scheme.net/gauche/man/gauche-refe/Character-code-conversion.html#Autodetecting-the-encoding-scheme">gauche's algorithm</a>)
|
||
|
</li>
|
||
|
<li>
|
||
|
<a href="trivial-utf-8.html" class="internal">trivial-utf-8</a> -
|
||
|
<a href="https://gitlab.common-lisp.net/trivial-utf-8/trivial-utf-8">Trivial UTF-8</a> provides more efficient ways of reading and writing UTF-8 for implementations that already support <a href="Unicode Support.html" class="internal">Unicode</a>
|
||
|
</li>
|
||
|
</ul></div></div>
|
||
|
<div id="footer" class="buttonbar"><ul><li><a href="character encoding.html">Current version</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/history?article=character%20encoding">History</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/backlinks?article=character%20encoding">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=character%20encoding&from-revision=3799119027">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
||
|
</div>
|
||
|
<div id="header-buttons" class="buttonbar">
|
||
|
<ul>
|
||
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
||
|
<li><a href="CLiki.html">About</a></li>
|
||
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
||
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
||
|
</ul>
|
||
|
<div id="search">
|
||
|
<form action="https://www.cliki.net/site/search">
|
||
|
<label for="search_query" class="hidden">Search CLiki</label>
|
||
|
<input type="text" name="query" id="search_query" value="" />
|
||
|
<input type="submit" value="search" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="pageheader">
|
||
|
<div id="header">
|
||
|
<span id="logo">CLiki</span>
|
||
|
<span id="slogan">the common lisp wiki</span>
|
||
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
||
|
<label for="login_name" class="hidden">Account name</label>
|
||
|
<input type="text" name="name" id="login_name" class="login_input" />
|
||
|
<label for= "login_password" class="hidden">Password</label>
|
||
|
<input type="password" name="password" id="login_password" class="login_input" />
|
||
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
||
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
||
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
||
|
</form>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body></html>
|