Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some middle dot symbols #1232

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add some middle dot symbols #1232

wants to merge 3 commits into from

Conversation

tats-u
Copy link
Contributor

@tats-u tats-u commented Mar 20, 2025

Description

Makes it possible to input some single dot symbols similar to the katakana middle dot (・):

Symbol Unicode JIS X 0213 Description
· U+00B7 MIDDLE DOT 1-9-14 middle dot for Euroamerican languages
U+2022 BULLET 1-3-32 List mark or emphasis mark (圏点) when text-emphasis: dot in CSS
U+25E6 WHITE BULLET 1-3-31
U+22C5 DOT OPERATOR - multiplication instead of ×; inner product of vectors; \cdot in LaTeX

Issue IDs

Issue and/or discussion IDs related to this pull request.

Steps to test new behaviors (if any)

A clear and concise description about how to verify new behaviors (if any).

  • OS: [e.g. Windows 11, macOS 13.1, etc]
  • Steps:
    1. Input ・
    2. Compose
    3. Confirm all of them appear around the division mark ÷

Additional context

Add any other context about the pull request here.

image

image

@hiroyuki-komatsu
Copy link
Collaborator

Thank you for your PR!

Could you please tell us some references/URLs about "text-emphasis: dot in CSS" and "\cdot in LaTeX"?

@tats-u
Copy link
Contributor Author

tats-u commented Mar 21, 2025

@tats-u
Copy link
Contributor Author

tats-u commented Mar 21, 2025

Added the white bullet because it is in JIS X 0213, too.

@@ -359,6 +359,10 @@ POS CHAR Reading (space separated) description additional description category m
アルファベット э きりる ろしあ えー キリル文字 小文字
アルファベット ю きりる ろしあ ゆー キリル文字 小文字
アルファベット я きりる ろしあ やー キリル文字 小文字
句読点 · てん なかてん なかぐろ 、 ・ / 中点 欧文 OTHER U+00B7 MIDDLE DOT
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please let me know the reason why / is also a reading?

Copy link
Contributor Author

@tats-u tats-u Mar 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is just because KATAKANA MIDDLE DOT has the same reading. I wonder why it has that reading. I may as well remove it from the latin MIDDLE DOT and bullets.

@@ -359,6 +359,10 @@ POS CHAR Reading (space separated) description additional description category m
アルファベット э きりる ろしあ えー キリル文字 小文字
アルファベット ю きりる ろしあ ゆー キリル文字 小文字
アルファベット я きりる ろしあ やー キリル文字 小文字
句読点 · てん なかてん なかぐろ 、 ・ / 中点 欧文 OTHER U+00B7 MIDDLE DOT
句読点 • てん びゅれっと ぶれっと ばれっと ぶりっと 、 ・ / ビュレット OTHER リストの点は本来これ・圏点に使われることあり https://developer.mozilla.org/en-US/docs/Web/CSS/text-emphasis#dot U+2022 BULLET
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for adding the description, but I'd like to make it concise.
So please remove "リストの点は本来これ・圏点に使われることあり https://developer.mozilla.org/en-US/docs/Web/CSS/text-emphasis#dot" from this line, and note it in the commit message instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note it in the commit message

I fear it will vanish by Squash and Merge.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, will remain on the second line onwards.

句読点 · てん なかてん なかぐろ 、 ・ / 中点 欧文 OTHER U+00B7 MIDDLE DOT
句読点 • てん びゅれっと ぶれっと ばれっと ぶりっと 、 ・ / ビュレット OTHER リストの点は本来これ・圏点に使われることあり https://developer.mozilla.org/en-US/docs/Web/CSS/text-emphasis#dot U+2022 BULLET
句読点 ◦ てん びゅれっと ぶれっと ばれっと ぶりっと 、 ・ / 白ビュレット OTHER U+25E6 WHITE BULLET
記号 ⋅ てん ないせき かける ・ 内積 乗算 ドット演算子 SYMBOL TeXの\cdot https://medemanabu.net/latex/dots/ U+22C5 DOT OPERATOR
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here too.

Bullets: used in list markers and sometimes emphasis markshttps://developer.mozilla.org/en-US/docs/Web/CSS/text-emphasis#dot
DOT OPERATOR: \cdot in TeX: https://medemanabu.net/latex/dots/ (Japanese)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants