wanakana
Version:
JS library that transliterates between japanese kana and roman letters.
16 lines • 485 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>QUnit Example</title>
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.12.0.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="../src/js/wanakana.js"></script>
<script src="http://code.jquery.com/qunit/qunit-1.12.0.js"></script>
<script src="./transliteration-table.js"></script>
<script src="./tests.js" type="text/javascript"></script>
</body>
</html>