Views 4118 Votes 0 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

웹 페이지를 만들다 보면 아무 이유 없이 공백이 생기는 경우가 있다.

디버거를 통해 확인하면 코드에 없는 "" 이런 이상한 문자가 포함되어 자리를 차지하고 있는 것..


인코딩 문제로 에디터에서도 보이지 않아서 삭제할 수도 없고 ㅠㅠ;

근데 이거 이렇게 vim 명령어로 제거할 수 있다.


$ vim --clean -c 'se nobomb|wq' filename

$ vim --clean -c 'bufdo se nobomb|wqa' filename1 filename2 ...



[출처] https://unix.stackexchange.com/questions/381230/how-can-i-remove-the-bom-from-a-utf-8-file



?

  1. [io] Apple Watch, Today Extension 앱ID 설정

  2. [ios] iOS 사운드 관련 프레임워크

  3. [ios] Xcode에서 특정 파일만 ARC 따로 설정하는 방법

  4. [ios] 커스텀 폰트 사용하기 (Custom Fonts)

  5. [ios] How To Use UIScrollView to Scroll and Zoom Content (Using Objective-C)

  6. 알고리즘 성능분석

  7. [c#]뉴 툴바 개인적으로 만든거.. (old)

  8. [ios] CoreData 사용하기 (튜토리얼)

  9. [java] netty (비동기 이벤트 방식 네트워크 프레임워크) 사용법 #1 (server)

  10. [swift] popToRoot 모달뷰, 네비게이션컨트롤러 한꺼번에 닫기

  11. [ios] Swift 4 String, Date, DateFormatter 예제

  12. [js] Click button copy to clipboard

  13. [iOS] Xcode 불필요한 캐시 삭제하기

  14. [ios] 유용한 매크로

  15. [ios] UIWebView 캐쉬 삭제

  16. [android] 딜레이를 구현하기 위한 꼼수

Board Pagination Prev 1 ... 7 8 9 10 11 ... 53 Next
/ 53