diff options
-rw-r--r-- | cont/unihome.html | 2 | ||||
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | unihome.html | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/cont/unihome.html b/cont/unihome.html index 199cce0..30b8dd7 100644 --- a/cont/unihome.html +++ b/cont/unihome.html @@ -2,6 +2,8 @@ 123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 一二三四-->[TITLE] [DATE] -------------------------------------------------------------------------------- +[SETTITLE]We Have Unicode at Home +[SETDATE]6-30-2023 So as we all know, the Linux console is limited to 512 characters, and lives in kernel space. So I wrote a workaround that displays unicode characters using braille (assuming your linux console font has braille characters) characters @@ -43,9 +43,9 @@ Where's all the other stuff you host from this domain? <a href="https://social.hairydiode.xyz">My Mastodon Instance</a> Where's all the content? Scroll Down -<a href="https://hairydiode.xyz/unihome">[] </a> -<a href="https://hairydiode.xyz/jankime">[Janky IME] 6-29-2023</a> <a href="https://hairydiode.xyz/fourcorners">[Four Corners Input Method for ibus-table] 11-25-2023</a> +<a href="https://hairydiode.xyz/unihome">[We Have Unicode at Home] 6-30-2023</a> +<a href="https://hairydiode.xyz/jankime">[Janky IME] 6-29-2023</a> <a href="https://hairydiode.xyz/key">[PGP Public Key] 6-26-2018</a> <a href="https://hairydiode.xyz/csc-workflow">[Control Systems Club Project Workflow] 1-24-2019</a> <a href="https://hairydiode.xyz/matrix">[Matrix Homeserver] 3-17-2019</a> diff --git a/unihome.html b/unihome.html index 3c7bdbb..476ad0b 100644 --- a/unihome.html +++ b/unihome.html @@ -1,6 +1,6 @@ <!DOCTYPE html> <head> -<title></title> +<title>We Have Unicode at Home</title> <meta charset="utf-8"/> <link rel="stylesheet" href="https://hairydiode.xyz/style.css"/> <link rel="icon" type="image/png" href="https://hairydiode.xyz/img/fav/logo.png"/> @@ -18,7 +18,7 @@ -------------------------------------------------------------------------------- <!-- 123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 -一二三四--> +一二三四-->We Have Unicode at Home 6-30-2023 -------------------------------------------------------------------------------- So as we all know, the Linux console is limited to 512 characters, and lives in kernel space. So I wrote a workaround that displays unicode characters using |