Skip to content

Instantly share code, notes, and snippets.

@cyross
Last active November 10, 2022 03:42
Show Gist options
  • Select an option

  • Save cyross/3bc50630bda193b89f0a08c5745e4494 to your computer and use it in GitHub Desktop.

Select an option

Save cyross/3bc50630bda193b89f0a08c5745e4494 to your computer and use it in GitHub Desktop.
秀丸でUnicodeのNewLineを挿入するマクロ(Fortnite用)
// フォートナイトのクリエイティブで
// ビルボードやポップアップの文字列に改行を挿入するマクロ
// 参考:
// http://www.unicode-symbol.com/u/0085.html
// https://www.reddit.com/r/FortniteCreative/comments/kguiv6/how_do_you_make_multiple_lines_of_text/
insert "\u0085";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment