#include <iostream>
#include <versekey.h>
#include <localemgr.h>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 40 of file vs2osisref.cpp.
43 cerr << argv[0] <<
" - parse verse reference to OSISRef markup\n";
44 cerr <<
"usage: "<< argv[0] <<
" <verse ref> [verse context] [locale]\n";
54 VerseKey verseKey = (argc > 2) ? argv[2] :
"Gen 1:1";
virtual void setDefaultLocaleName(const char *name)
static const char * convertToOSIS(const char *inRef, const SWKey *defaultKey)
static LocaleMgr * getSystemLocaleMgr()