Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
NumerousHats committed Feb 12, 2021
2 parents d1ca4ee + f43d7c2 commit 514f604
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 124 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.2
3.8.6
4 changes: 2 additions & 2 deletions app/Ohms/Transcript.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@ private function formatIndex($translate) {
}

private function formatTranscript() {

// iconv("UTF-8", "ASCII//IGNORE", $this->transcript);
if (strtolower($this->language) == 'arabic')
$this->transcriptHTML = $this->transcript;
else
$this->transcriptHTML = iconv("UTF-8", "ASCII//IGNORE", $this->transcript);
$this->transcriptHTML = $this->transcript;

if (strlen($this->transcriptHTML) == 0) {
return;
Expand Down
Loading

0 comments on commit 514f604

Please sign in to comment.