Note: This blog was created mostly using ChatGPT. Blog image was created using DALL-E It usually takes about 2続きを読む “Full-Width Katakana Check Using Javascript”
投稿者アーカイブ:Kent Horng
Kanji Character Validation in Javascript
The simplest way I’ve found to restrict the entry of characters to only allow entry of valid Shift-JIS characters is just to check each character in the input field and throw an error on the entry of an invalid character.
Meta Horizon Workrooms
This week Enrapt had its first online meeting in the Metaverse.
Hands on with Meta Quest 2
We issued Meta Quest 2 – VR headsets to our employees this month to start investigating how enterprises can leverage the Metaverse.
Insurance Recommendation Engine using Amazon Personalize
How to use Amazon Personalize for the purpose fo creating an insurance recommendation engine.
Using AWS Textract / Azure Computer Vision for Insurance OCR
Using AWS Textract and Azure Computer Vision for the purpose of OCR (Optical Character Recognition).
次世代のクライアントサイドフレームワーク Aurelia
2ヶ月前のブログエントリーで Aurelia という次世代のクライアントサイドフレームワークについて書きましたが、Aureliaの開発が更に進んでいて、私たちもそれに追随してサンプルアプリケーションの Typescript のバージョンを更新しました。
Full-width to Half-width Katakana Conversion using Javascript
Since the byte characters and lengths are different for full-width and half-width versions of katakana, most Japanese web applications resolve this issue by auto-converting full-width katakana characters into half-width katakana characters.
次世代のクライアントサイドフレームワーク Aurelia のご紹介
弊社がエンタープライズ向けのプロジェクトで利用したDurandalフレームワークの作者 Rob Eisenberg さんがこの間次世代のクライアントサイドフレームワークAurliaを発表しました
TypeScriptとthisのおさらい
TypeScriptにおけるthisについておさらいします。