René's URL Explorer Experiment


Title: CLI shows question marks instead of Russian symbols · Issue #169 · utPLSQL/utPLSQL-cli · GitHub

Open Graph Title: CLI shows question marks instead of Russian symbols · Issue #169 · utPLSQL/utPLSQL-cli

X Title: CLI shows question marks instead of Russian symbols · Issue #169 · utPLSQL/utPLSQL-cli

Description: Hi! What started in a Slack chat grew into this issue :) I have a test with Russian words in its name. So I expect it to be "Russian" when I call it via cli. Here's my preset: NLS_DATABASE_PARAMETERS: NLS_TERRITORY = AMERICA NLS_LANGUAGE...

Open Graph Description: Hi! What started in a Slack chat grew into this issue :) I have a test with Russian words in its name. So I expect it to be "Russian" when I call it via cli. Here's my preset: NLS_DATABASE_PARAMETE...

X Description: Hi! What started in a Slack chat grew into this issue :) I have a test with Russian words in its name. So I expect it to be "Russian" when I call it via cli. Here's my preset: NLS_DAT...

Opengraph URL: https://github.com/utPLSQL/utPLSQL-cli/issues/169

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"CLI shows question marks instead of Russian symbols","articleBody":"Hi!\r\n\r\nWhat started in a Slack chat grew into this issue :)\r\n\r\nI have a test with Russian words in its name. So I expect it to be \"Russian\" when I call it via `cli`.\r\n\r\nHere's my preset:\r\n\r\n- NLS_DATABASE_PARAMETERS:\r\n  - NLS_TERRITORY = AMERICA\r\n  - NLS_LANGUAGE = AMERICAN\r\n  - NLS_CHARACTERSET = CL8ISO8859P5\r\n- NLS_SESSION_PARAMETERS (via DataGrip):\r\n  - NLS_LANGUAGE = RUSSIAN\r\n  - NLS_TERRITORY = RUSSIA\r\n- Database Version = 12.2.0.1.0\r\n\r\nCalling `ut.run` in DataGrip results in a good output with all my Russian symbols.\r\n\r\nOkay, let's proceed with `cli`:\r\n`````\r\nC:\\Users\\Shiryaev1-RY\u003echcp\r\nТекущая кодовая страница: 866\r\n\r\nC:\\Users\\Shiryaev1-RY\u003eutplsql.bat info \"some_user\"/\"q1w2e3r4t5y6u7i8o9p0\"@local_pdb\r\nutPLSQL-cli 3.1.8-SNAPSHOT.local\r\nutPLSQL-java-api 3.1.8.546\r\nutPLSQL 3.1.6.2735\r\n`````\r\n\r\nCalling as it is:\r\n`````\r\nC:\\Users\\Shiryaev1-RY\u003eutplsql.bat run \"some_user\"/\"q1w2e3r4t5y6u7i8o9p0\"@local_pdb -p=SP.ut_sp_hand_get_reqs.basic_usage -d\r\n2019-11-26 17:54:08 [main] INFO  org.utplsql.cli.RunAction - ############# utPLSQL cli ##############\r\n#                                      #\r\n#   utPLSQL-cli 3.1.8-SNAPSHOT.local   #\r\n#   utPLSQL-java-api 3.1.8.546         #\r\n#   Java-Version: 1.8.0_221            #\r\n#   ORACLE_HOME: null                  #\r\n#   NLS_LANG: null                     #\r\n#                                      #\r\n#   Thanks for testing!                #\r\n#                                      #\r\n########################################\r\n2019-11-26 17:54:08 [main] INFO  org.utplsql.cli.RunAction -\r\n2019-11-26 17:54:09 [main] INFO  o.u.c.d.TestedDataSourceProvider - Use connection string jdbc:oracle:thin:****/****@local_pdb\r\n2019-11-26 17:54:09 [main] INFO  org.utplsql.cli.RunAction - Successfully connected to database. UtPLSQL core: v3.1.6.2735\r\n2019-11-26 17:54:09 [main] INFO  org.utplsql.cli.RunAction - Oracle-Version: 12.2.0.1.0\r\n2019-11-26 17:54:10 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_DOCUMENTATION_REPORTER, ID: 98420D7BA25A031BE053020012ACA88D\r\n2019-11-26 17:54:10 [pool-1-thread-1] INFO  org.utplsql.cli.RunTestRunnerTask - Running tests now.\r\n2019-11-26 17:54:10 [pool-1-thread-1] INFO  org.utplsql.cli.RunTestRunnerTask - --------------------------------------\r\n2019-11-26 17:54:10 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - TestRunner initialized\r\n2019-11-26 17:54:10 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running on utPLSQL v3.1.6.2735\r\n2019-11-26 17:54:10 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Initializing reporters\r\n2019-11-26 17:54:11 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running tests\r\nsimple_payment\r\n  sp_req_handler_pkg\r\n2019-11-26 17:54:11 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running tests finished.\r\n    get_reqs_to_process\r\n      ????? ????????? sp_req_handler_pkg.get_reqs_to_process\r\n        ???? ???????? ????????????? [,004 sec]\r\n\r\nFinished in ,028223 seconds\r\n1 tests, 0 failed, 0 errored, 0 disabled, 0 warning(s)\r\n\r\n2019-11-26 17:54:11 [main] INFO  org.utplsql.cli.RunAction - --------------------------------------\r\n2019-11-26 17:54:11 [main] INFO  org.utplsql.cli.RunAction - All tests done.\r\n`````\r\n\r\nNope, didn't work.\r\n\r\nLet's try with `LC_ALL`:\r\n`````\r\nC:\\Users\\Shiryaev1-RY\u003eset LC_ALL=ru_RU.utf-8\r\n\r\nC:\\Users\\Shiryaev1-RY\u003eutplsql.bat run \"some_user\"/\"q1w2e3r4t5y6u7i8o9p0\"@local_pdb -p=SP.ut_sp_hand_get_reqs.basic_usage -d\r\n2019-11-26 17:55:30 [main] INFO  org.utplsql.cli.RunAction - ############# utPLSQL cli ##############\r\n#                                      #\r\n#   utPLSQL-cli 3.1.8-SNAPSHOT.local   #\r\n#   utPLSQL-java-api 3.1.8.546         #\r\n#   Java-Version: 1.8.0_221            #\r\n#   ORACLE_HOME: null                  #\r\n#   NLS_LANG: null                     #\r\n#                                      #\r\n#   Thanks for testing!                #\r\n#                                      #\r\n########################################\r\n2019-11-26 17:55:30 [main] INFO  org.utplsql.cli.RunAction -\r\n2019-11-26 17:55:30 [main] INFO  o.u.c.d.TestedDataSourceProvider - Use connection string jdbc:oracle:thin:****/****@local_pdb\r\n2019-11-26 17:55:30 [main] INFO  org.utplsql.cli.RunAction - Successfully connected to database. UtPLSQL core: v3.1.6.2735\r\n2019-11-26 17:55:30 [main] INFO  org.utplsql.cli.RunAction - Oracle-Version: 12.2.0.1.0\r\n2019-11-26 17:55:31 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_DOCUMENTATION_REPORTER, ID: 9842124F42B6034AE053020012ACF6A3\r\n2019-11-26 17:55:31 [pool-1-thread-1] INFO  org.utplsql.cli.RunTestRunnerTask - Running tests now.\r\n2019-11-26 17:55:31 [pool-1-thread-1] INFO  org.utplsql.cli.RunTestRunnerTask - --------------------------------------\r\n2019-11-26 17:55:31 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - TestRunner initialized\r\n2019-11-26 17:55:31 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running on utPLSQL v3.1.6.2735\r\n2019-11-26 17:55:31 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Initializing reporters\r\n2019-11-26 17:55:31 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running tests\r\n2019-11-26 17:55:31 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running tests finished.\r\nsimple_payment\r\n  sp_req_handler_pkg\r\n    get_reqs_to_process\r\n      ????? ????????? sp_req_handler_pkg.get_reqs_to_process\r\n        ???? ???????? ????????????? [,004 sec]\r\n\r\nFinished in ,009586 seconds\r\n1 tests, 0 failed, 0 errored, 0 disabled, 0 warning(s)\r\n\r\n2019-11-26 17:55:31 [main] INFO  org.utplsql.cli.RunAction - --------------------------------------\r\n2019-11-26 17:55:31 [main] INFO  org.utplsql.cli.RunAction - All tests done.\r\n`````\r\n\r\nNoooooooope. Okay, let's try with `NLS_LANG`:\r\n`````\r\nC:\\Users\\Shiryaev1-RY\u003eset LC_ALL=\r\n\r\nC:\\Users\\Shiryaev1-RY\u003eset NLS_LANG=russian_russia.CL8ISO8859P5\r\n\r\nC:\\Users\\Shiryaev1-RY\u003eutplsql.bat run \"some_user\"/\"q1w2e3r4t5y6u7i8o9p0\"@local_pdb -p=SP.ut_sp_hand_get_reqs.basic_usage -d\r\n2019-11-26 17:57:39 [main] INFO  org.utplsql.cli.RunAction - ################ utPLSQL cli ################\r\n#                                           #\r\n#   utPLSQL-cli 3.1.8-SNAPSHOT.local        #\r\n#   utPLSQL-java-api 3.1.8.546              #\r\n#   Java-Version: 1.8.0_221                 #\r\n#   ORACLE_HOME: null                       #\r\n#   NLS_LANG: russian_russia.CL8ISO8859P5   #\r\n#                                           #\r\n#   Thanks for testing!                     #\r\n#                                           #\r\n#############################################\r\n2019-11-26 17:57:39 [main] INFO  org.utplsql.cli.RunAction -\r\n2019-11-26 17:57:39 [main] DEBUG o.u.c.d.TestedDataSourceProvider - NLS settings: BEGIN\r\nEXECUTE IMMEDIATE q'[ALTER SESSION SET NLS_LANGUAGE='russian']';\r\nEXECUTE IMMEDIATE q'[ALTER SESSION SET NLS_TERRITORY='russia']';\r\nEND;\r\n2019-11-26 17:57:40 [main] INFO  o.u.c.d.TestedDataSourceProvider - Use connection string jdbc:oracle:thin:****/****@local_pdb\r\n2019-11-26 17:57:40 [main] INFO  org.utplsql.cli.RunAction - Successfully connected to database. UtPLSQL core: v3.1.6.2735\r\n2019-11-26 17:57:40 [main] INFO  org.utplsql.cli.RunAction - Oracle-Version: 12.2.0.1.0\r\n2019-11-26 17:57:40 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_DOCUMENTATION_REPORTER, ID: 98421A084170039EE053020012AC52B2\r\n2019-11-26 17:57:40 [pool-1-thread-1] INFO  org.utplsql.cli.RunTestRunnerTask - Running tests now.\r\n2019-11-26 17:57:40 [pool-1-thread-1] INFO  org.utplsql.cli.RunTestRunnerTask - --------------------------------------\r\n2019-11-26 17:57:40 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - TestRunner initialized\r\n2019-11-26 17:57:40 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running on utPLSQL v3.1.6.2735\r\n2019-11-26 17:57:40 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Initializing reporters\r\n2019-11-26 17:57:40 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running tests\r\n2019-11-26 17:57:40 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running tests finished.\r\nsimple_payment\r\n  sp_req_handler_pkg\r\n    get_reqs_to_process\r\n      ????? ????????? sp_req_handler_pkg.get_reqs_to_process\r\n        ???? ???????? ????????????? [,013 sec]\r\n\r\nFinished in ,015801 seconds\r\n1 tests, 0 failed, 0 errored, 0 disabled, 0 warning(s)\r\n\r\n2019-11-26 17:57:40 [main] INFO  org.utplsql.cli.RunAction - --------------------------------------\r\n2019-11-26 17:57:40 [main] INFO  org.utplsql.cli.RunAction - All tests done.\r\n`````\r\n\r\nGod, plz! After looking at [Oracle NLS stories](https://www.oracle.com/technetwork/database/database-technologies/globalization/nls-lang-099431.html#_Toc110410543) I decided to do the following:\r\n`````\r\nC:\\Users\\Shiryaev1-RY\u003eset NLS_LANG=russian_russia.RU8PC866\r\n\r\nC:\\Users\\Shiryaev1-RY\u003eutplsql.bat run \"some_user\"/\"q1w2e3r4t5y6u7i8o9p0\"@local_pdb -p=SP.ut_sp_hand_get_reqs.basic_usage -d\r\n2019-11-26 17:59:53 [main] INFO  org.utplsql.cli.RunAction - ############## utPLSQL cli ##############\r\n#                                       #\r\n#   utPLSQL-cli 3.1.8-SNAPSHOT.local    #\r\n#   utPLSQL-java-api 3.1.8.546          #\r\n#   Java-Version: 1.8.0_221             #\r\n#   ORACLE_HOME: null                   #\r\n#   NLS_LANG: russian_russia.RU8PC866   #\r\n#                                       #\r\n#   Thanks for testing!                 #\r\n#                                       #\r\n#########################################\r\n2019-11-26 17:59:53 [main] INFO  org.utplsql.cli.RunAction -\r\n2019-11-26 17:59:53 [main] DEBUG o.u.c.d.TestedDataSourceProvider - NLS settings: BEGIN\r\nEXECUTE IMMEDIATE q'[ALTER SESSION SET NLS_LANGUAGE='russian']';\r\nEXECUTE IMMEDIATE q'[ALTER SESSION SET NLS_TERRITORY='russia']';\r\nEND;\r\n2019-11-26 17:59:54 [main] INFO  o.u.c.d.TestedDataSourceProvider - Use connection string jdbc:oracle:thin:****/****@local_pdb\r\n2019-11-26 17:59:54 [main] INFO  org.utplsql.cli.RunAction - Successfully connected to database. UtPLSQL core: v3.1.6.2735\r\n2019-11-26 17:59:54 [main] INFO  org.utplsql.cli.RunAction - Oracle-Version: 12.2.0.1.0\r\n2019-11-26 17:59:54 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_DOCUMENTATION_REPORTER, ID: 98422208E89A03F6E053020012AC69AF\r\n2019-11-26 17:59:54 [pool-1-thread-1] INFO  org.utplsql.cli.RunTestRunnerTask - Running tests now.\r\n2019-11-26 17:59:54 [pool-1-thread-1] INFO  org.utplsql.cli.RunTestRunnerTask - --------------------------------------\r\n2019-11-26 17:59:54 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - TestRunner initialized\r\n2019-11-26 17:59:54 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running on utPLSQL v3.1.6.2735\r\n2019-11-26 17:59:54 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Initializing reporters\r\n2019-11-26 17:59:55 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running tests\r\n2019-11-26 17:59:55 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running tests finished.\r\nsimple_payment\r\n  sp_req_handler_pkg\r\n    get_reqs_to_process\r\n      ????? ????????? sp_req_handler_pkg.get_reqs_to_process\r\n        ???? ???????? ????????????? [,004 sec]\r\n\r\nFinished in ,007218 seconds\r\n1 tests, 0 failed, 0 errored, 0 disabled, 0 warning(s)\r\n\r\n2019-11-26 17:59:55 [main] INFO  org.utplsql.cli.RunAction - --------------------------------------\r\n2019-11-26 17:59:55 [main] INFO  org.utplsql.cli.RunAction - All tests done.\r\n`````\r\n\r\nWell, let's take another shot:\r\n`````\r\nC:\\Users\\Shiryaev1-RY\u003eset NLS_LANG=russian_cis.CL8MSWIN1251\r\n\r\nC:\\Users\\Shiryaev1-RY\u003eutplsql.bat run \"some_user\"/\"q1w2e3r4t5y6u7i8o9p0\"@local_pdb -p=SP.ut_sp_hand_get_reqs.basic_usage -d\r\n2019-11-26 18:03:19 [main] INFO  org.utplsql.cli.RunAction - ############## utPLSQL cli ###############\r\n#                                        #\r\n#   utPLSQL-cli 3.1.8-SNAPSHOT.local     #\r\n#   utPLSQL-java-api 3.1.8.546           #\r\n#   Java-Version: 1.8.0_221              #\r\n#   ORACLE_HOME: null                    #\r\n#   NLS_LANG: russian_cis.CL8MSWIN1251   #\r\n#                                        #\r\n#   Thanks for testing!                  #\r\n#                                        #\r\n##########################################\r\n2019-11-26 18:03:19 [main] INFO  org.utplsql.cli.RunAction -\r\n2019-11-26 18:03:19 [main] DEBUG o.u.c.d.TestedDataSourceProvider - NLS settings: BEGIN\r\nEXECUTE IMMEDIATE q'[ALTER SESSION SET NLS_LANGUAGE='russian']';\r\nEXECUTE IMMEDIATE q'[ALTER SESSION SET NLS_TERRITORY='cis']';\r\nEND;\r\n2019-11-26 18:03:19 [main] INFO  o.u.c.d.TestedDataSourceProvider - Use connection string jdbc:oracle:thin:****/****@local_pdb\r\n2019-11-26 18:03:20 [main] INFO  org.utplsql.cli.RunAction - Successfully connected to database. UtPLSQL core: v3.1.6.2735\r\n2019-11-26 18:03:20 [main] INFO  org.utplsql.cli.RunAction - Oracle-Version: 12.2.0.1.0\r\n2019-11-26 18:03:20 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_DOCUMENTATION_REPORTER, ID: 98422E48D8890483E053020012ACCC0D\r\n2019-11-26 18:03:20 [pool-1-thread-1] INFO  org.utplsql.cli.RunTestRunnerTask - Running tests now.\r\n2019-11-26 18:03:20 [pool-1-thread-1] INFO  org.utplsql.cli.RunTestRunnerTask - --------------------------------------\r\n2019-11-26 18:03:20 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - TestRunner initialized\r\n2019-11-26 18:03:20 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running on utPLSQL v3.1.6.2735\r\n2019-11-26 18:03:20 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Initializing reporters\r\n2019-11-26 18:03:20 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running tests\r\n2019-11-26 18:03:21 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running tests finished.\r\nsimple_payment\r\n  sp_req_handler_pkg\r\n    get_reqs_to_process\r\n      ????? ????????? sp_req_handler_pkg.get_reqs_to_process\r\n        ???? ???????? ????????????? [,013 sec]\r\n\r\nFinished in ,038208 seconds\r\n1 tests, 0 failed, 0 errored, 0 disabled, 0 warning(s)\r\n\r\n2019-11-26 18:03:21 [main] INFO  org.utplsql.cli.RunAction - --------------------------------------\r\n2019-11-26 18:03:21 [main] INFO  org.utplsql.cli.RunAction - All tests done.\r\n`````\r\n\r\nOh, I forgot to switch `chcp` to `1251`. And again...\r\n`````\r\nC:\\Users\\Shiryaev1-RY\u003echcp 1251\r\nТекущая кодовая страница: 1251\r\n\r\nC:\\Users\\Shiryaev1-RY\u003eutplsql.bat run \"some_user\"/\"q1w2e3r4t5y6u7i8o9p0\"@local_pdb -p=SP.ut_sp_hand_get_reqs.basic_usage -d\r\n2019-11-26 18:03:37 [main] INFO  org.utplsql.cli.RunAction - ############## utPLSQL cli ###############\r\n#                                        #\r\n#   utPLSQL-cli 3.1.8-SNAPSHOT.local     #\r\n#   utPLSQL-java-api 3.1.8.546           #\r\n#   Java-Version: 1.8.0_221              #\r\n#   ORACLE_HOME: null                    #\r\n#   NLS_LANG: russian_cis.CL8MSWIN1251   #\r\n#                                        #\r\n#   Thanks for testing!                  #\r\n#                                        #\r\n##########################################\r\n2019-11-26 18:03:37 [main] INFO  org.utplsql.cli.RunAction -\r\n2019-11-26 18:03:37 [main] DEBUG o.u.c.d.TestedDataSourceProvider - NLS settings: BEGIN\r\nEXECUTE IMMEDIATE q'[ALTER SESSION SET NLS_LANGUAGE='russian']';\r\nEXECUTE IMMEDIATE q'[ALTER SESSION SET NLS_TERRITORY='cis']';\r\nEND;\r\n2019-11-26 18:03:37 [main] INFO  o.u.c.d.TestedDataSourceProvider - Use connection string jdbc:oracle:thin:****/****@local_pdb\r\n2019-11-26 18:03:37 [main] INFO  org.utplsql.cli.RunAction - Successfully connected to database. UtPLSQL core: v3.1.6.2735\r\n2019-11-26 18:03:37 [main] INFO  org.utplsql.cli.RunAction - Oracle-Version: 12.2.0.1.0\r\n2019-11-26 18:03:38 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_DOCUMENTATION_REPORTER, ID: 98422F56D51D0497E053020012AC7817\r\n2019-11-26 18:03:38 [pool-1-thread-1] INFO  org.utplsql.cli.RunTestRunnerTask - Running tests now.\r\n2019-11-26 18:03:38 [pool-1-thread-1] INFO  org.utplsql.cli.RunTestRunnerTask - --------------------------------------\r\n2019-11-26 18:03:38 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - TestRunner initialized\r\n2019-11-26 18:03:38 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running on utPLSQL v3.1.6.2735\r\n2019-11-26 18:03:38 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Initializing reporters\r\n2019-11-26 18:03:38 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running tests\r\n2019-11-26 18:03:38 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running tests finished.\r\nsimple_payment\r\n  sp_req_handler_pkg\r\n    get_reqs_to_process\r\n      ????? ????????? sp_req_handler_pkg.get_reqs_to_process\r\n        ???? ???????? ????????????? [,004 sec]\r\n\r\nFinished in ,008281 seconds\r\n1 tests, 0 failed, 0 errored, 0 disabled, 0 warning(s)\r\n\r\n2019-11-26 18:03:38 [main] INFO  org.utplsql.cli.RunAction - --------------------------------------\r\n2019-11-26 18:03:38 [main] INFO  org.utplsql.cli.RunAction - All tests done.\r\n`````\r\n\r\nAnd what about `sqlplus`?\r\n`````\r\nC:\\Users\\Shiryaev1-RY\u003esqlplus some_user/q1w2e3r4t5y6u7i8o9p0@local_pdb\r\n\r\nSQL*Plus: Release 11.2.0.4.0 Production on Вт Ноя 26 18:11:20 2019\r\n\r\nCopyright (c) 1982, 2013, Oracle.  All rights reserved.\r\n\r\n\r\nПрисоединен к:\r\nOracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production\r\n\r\nSQL\u003e HOST ECHO %NLS_LANG%\r\nrussian_russia.RU8PC866\r\n\r\nSQL\u003e @.[%NLS_LANG%].\r\nSP2-0310: не в состоянии открыть файл \".[russian_russia.RU8PC866]..sql\"\r\nSQL\u003e set serveroutput on\r\nSQL\u003e exec ut.run('SP.ut_sp_hand_get_reqs.basic_usage');\r\nsimple_payment\r\nsp_req_handler_pkg\r\nget_reqs_to_process\r\nТесты процедуры sp_req_handler_pkg.get_reqs_to_process\r\nТест базового использования [.004 sec]\r\nFinished in .027698 seconds\r\n1 tests, 0 failed, 0 errored, 0 disabled, 0 warning(s)\r\n\r\nПроцедура PL/SQL успешно завершена.\r\n`````\r\n\r\nIt works just fine! I call `ut.run` and output is okay! It's in Russian.\r\n\r\nHands down, I don't get how charset stuff works. Any help would be appreciated!","author":{"url":"https://github.com/alesana-san","@type":"Person","name":"alesana-san"},"datePublished":"2019-11-26T15:43:00.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":15},"url":"https://github.com/169/utPLSQL-cli/issues/169"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:d105c364-b9f2-716f-c88e-62b829b0c07d
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8E80:CDE06:1D4BF3:29AD22:696E3ACD
html-safe-nonce7c7c51edf7ff7f1d7fb67ebdf0b18495af54536e8de934146639074ab880a303
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RTgwOkNERTA2OjFENEJGMzoyOUFEMjI6Njk2RTNBQ0QiLCJ2aXNpdG9yX2lkIjoiMzgxMTk2ODc2NTE3MzYyNjkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac5d7eb0d7a3130cde545a6d54b32a932be3e389301bc9066091f9e6a2e28cbb3d
hovercard-subject-tagissue:528808411
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/utPLSQL/utPLSQL-cli/169/issue_layout
twitter:imagehttps://opengraph.githubassets.com/35e17d7b9109bd8e63c6dfc7d84d69ab0e9e3aadcd02e2da6bc316d483f5871e/utPLSQL/utPLSQL-cli/issues/169
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/35e17d7b9109bd8e63c6dfc7d84d69ab0e9e3aadcd02e2da6bc316d483f5871e/utPLSQL/utPLSQL-cli/issues/169
og:image:altHi! What started in a Slack chat grew into this issue :) I have a test with Russian words in its name. So I expect it to be "Russian" when I call it via cli. Here's my preset: NLS_DATABASE_PARAMETE...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamealesana-san
hostnamegithub.com
expected-hostnamegithub.com
Noneb39958d54b39d52b9fc890ff25687d2383a83e003512d4480499b2dbd046839f
turbo-cache-controlno-preview
go-importgithub.com/utPLSQL/utPLSQL-cli git https://github.com/utPLSQL/utPLSQL-cli.git
octolytics-dimension-user_id15661281
octolytics-dimension-user_loginutPLSQL
octolytics-dimension-repository_id88671831
octolytics-dimension-repository_nwoutPLSQL/utPLSQL-cli
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id88671831
octolytics-dimension-repository_network_root_nwoutPLSQL/utPLSQL-cli
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasefba10be4ea34590240b2f4a625fc807362c2d5b8
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/utPLSQL/utPLSQL-cli/issues/169#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL-cli%2Fissues%2F169
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL-cli%2Fissues%2F169
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=utPLSQL%2FutPLSQL-cli
Reloadhttps://github.com/utPLSQL/utPLSQL-cli/issues/169
Reloadhttps://github.com/utPLSQL/utPLSQL-cli/issues/169
Reloadhttps://github.com/utPLSQL/utPLSQL-cli/issues/169
utPLSQL https://github.com/utPLSQL
utPLSQL-clihttps://github.com/utPLSQL/utPLSQL-cli
Notifications https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL-cli
Fork 16 https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL-cli
Star 44 https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL-cli
Code https://github.com/utPLSQL/utPLSQL-cli
Issues 34 https://github.com/utPLSQL/utPLSQL-cli/issues
Pull requests 1 https://github.com/utPLSQL/utPLSQL-cli/pulls
Actions https://github.com/utPLSQL/utPLSQL-cli/actions
Projects 0 https://github.com/utPLSQL/utPLSQL-cli/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/utPLSQL/utPLSQL-cli/security
Please reload this pagehttps://github.com/utPLSQL/utPLSQL-cli/issues/169
Insights https://github.com/utPLSQL/utPLSQL-cli/pulse
Code https://github.com/utPLSQL/utPLSQL-cli
Issues https://github.com/utPLSQL/utPLSQL-cli/issues
Pull requests https://github.com/utPLSQL/utPLSQL-cli/pulls
Actions https://github.com/utPLSQL/utPLSQL-cli/actions
Projects https://github.com/utPLSQL/utPLSQL-cli/projects
Security https://github.com/utPLSQL/utPLSQL-cli/security
Insights https://github.com/utPLSQL/utPLSQL-cli/pulse
New issuehttps://github.com/login?return_to=https://github.com/utPLSQL/utPLSQL-cli/issues/169
New issuehttps://github.com/login?return_to=https://github.com/utPLSQL/utPLSQL-cli/issues/169
#171https://github.com/utPLSQL/utPLSQL-cli/pull/171
CLI shows question marks instead of Russian symbolshttps://github.com/utPLSQL/utPLSQL-cli/issues/169#top
#171https://github.com/utPLSQL/utPLSQL-cli/pull/171
https://github.com/pesse
documentationhttps://github.com/utPLSQL/utPLSQL-cli/issues?q=state%3Aopen%20label%3A%22documentation%22
https://github.com/alesana-san
https://github.com/alesana-san
alesana-sanhttps://github.com/alesana-san
on Nov 26, 2019https://github.com/utPLSQL/utPLSQL-cli/issues/169#issue-528808411
Oracle NLS storieshttps://www.oracle.com/technetwork/database/database-technologies/globalization/nls-lang-099431.html#_Toc110410543
pessehttps://github.com/pesse
documentationhttps://github.com/utPLSQL/utPLSQL-cli/issues?q=state%3Aopen%20label%3A%22documentation%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.