<?php
global $configuration;
include_once("source/logic/server/data.php");
include_once("source/logic/server/table.php");
include_once("source/logic/server/misc.php");
?>
<section class="section" id="phonology_and_orthography">
<header>Phonology and Orthography</header>
<!--
<p>Folksprak uses the following characters as letters:</pa>
-->
<!--
<div class="note_information">It was not easy to find a phonology system for Folksprak.</div>
-->
<?php
$table = new class_table
(
[
new class_column
(
"IPA-sound",
"ipa",
function ($value)
{
return format($value);
}
),
/*
new class_column
(
"Type",
"type"];
}
),
*/
new class_column
(
"Latin letter Representation",
"latin",
function ($value)
{
return format($value, ["letter", "lang_flk"]);
}
),
new class_column
(
"Runic Representation",
"runic",
function ($value)
{
return format($value, ["letter", "lang_flk", "runic"]);