Skip to content

geongupark/str2unicode-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

str2unicode-translator

image

html js bootstrap License lastcommit

  • The str2unicode-translator is a translator for converting string to unicode.

Repo Info

  • Language : HTML, JS(jQuery), CSS(bootstrap)
  • Icon : fontawesome (v6.2.1)
  • Font : Nanum Gothic Coding
  • Favicon : Generate the ico file from this page

Features

  • Easy to get the unicode from the string
  • Easy to get the string from the unicode
  • Support eng, kor...
  • Use str2unicode-translator by this page

How to use

1) Access the SUTrans page

2) Type your string into the string text area.

  • Type your string into the string/unicode text area. image

Takeaway

  1. root 경로에 index.html이 있어야 github page에 적용됨
  2. javascript 파일 따로 뺐을 때 아래 코드 내에 이벤트 정의 코드들 위치해줘야함
// $( document ).ready() 대신 아래 형식이 더 좋다고 함
$(function(){
	// 이벤트 같은거 여기에 적용해야 실행 됨
})
  1. JS event 중 keyup(키보드 동작)focusout은 함께 잘 쓰임
  2. navbarconverter 모두 display:flex;를 사용해서 배치
    • navbar의 경우 전체적으로 펴지도록 하는데 사용
    • converter의 경우 화면 사이즈에 따라 내부 item들의 width 비율 달라지도록 함

Reference

License

  • Distributed under the terms of the MIT license, str2unicode-translator is free and open source software.

About

Translator for converting string to unicode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published