Skip to content

Commit

Permalink
Created using Colab
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed May 6, 2024
1 parent d26d791 commit 554bd51
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions Notebooks/2_go_unicode_case_conversions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,13 @@
{
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"id": "view-in-github"
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/sualeh/What-a-Character/blob/go/Notebooks/2_go_unicode_case_conversions.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "Bozr-lpRPIE-"
},
"source": [
"# Unicode Case Conversions\n",
"\n",
"Uppercasing or lowercasing a character may result in more than one character. Also, depending on the position of a character in a word, you can get a different uppercase or lowercase character."
]
},
{
"cell_type": "markdown",
"metadata": {
Expand All @@ -29,9 +18,9 @@
"source": [
"----------\n",
"\n",
"## Google Colab\n",
"# Google Colab\n",
"\n",
"You can run this notebook in Google Colab. The cell below should be run only once, and then followed by a change of runtime to `Go (gonb)`. Refresh the browser before running any subsequent code. If you are not running the notebook in Google Colab, skip this section."
"You can run this notebook in Google Colab. The cell below should be run only once, and then followed by a change of runtime to `Go (gonb)`. Ignore any loading errors. Refresh the browser before running any subsequent code. If you are not running the notebook in Google Colab, skip this section."
]
},
{
Expand Down Expand Up @@ -85,6 +74,17 @@
"----------"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "Bozr-lpRPIE-"
},
"source": [
"# Unicode Case Conversions\n",
"\n",
"Uppercasing or lowercasing a character may result in more than one character. Also, depending on the position of a character in a word, you can get a different uppercase or lowercase character."
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down Expand Up @@ -116,7 +116,9 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"id": "f4OZedIqTDrZ"
},
"source": [
"> **NOTE:** The sigma at the end of the word is not converted correctly."
]
Expand Down Expand Up @@ -156,16 +158,18 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"id": "5-Om6TXdTDrZ"
},
"source": [
"> **NOTE:** The German sharp s is not converted to uppercase correctly."
]
}
],
"metadata": {
"colab": {
"include_colab_link": true,
"provenance": []
"provenance": [],
"include_colab_link": true
},
"kernelspec": {
"display_name": "base",
Expand All @@ -187,4 +191,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 554bd51

Please sign in to comment.