repo.or.cz
/
xcsoar.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
NEWS.txt: prepare version 6.5.4
[xcsoar.git]
/
tools
/
Text2NE.pl
blob
56260cc0db13daa7f96d5b0cdf3a08810ab45254
1
#!/usr/bin/perl
2
3
use
strict
;
4
use
warnings
;
5
6
while
(<>) {
7
print qq
'_T("
$1
"),
\n
'
8
if
/NE_([A-Z0-9_]+)/
;
9
}